home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-13 | 556 b | 22 lines | [TEXT/KAHL] |
- Add the following code to the file "xlisp.h", right before the line that reads:
- /*>>>>>>> For other systems -- You are on your own! */
-
-
- /* Mac THINK C version 6 */
- #ifdef THINK_C
- #include <stdlib.h>
- #define LSC
- #undef PATHNAMES
- #undef FILETABLE
- #undef SAVERESTORE
- #undef MEDMEM
- #define EDEPTH 4000
- #define ADEPTH 3000
- #define OSAOPEN osaopen
- #define OSBOPEN osbopen
- extern FILE *osaopen (char *name, char *mode);
- extern FILE *osbopen (char *name, char *mode);
- #define NO_EXTENSIONS /* for a slight modification to needsextension() in xlsubr.c */
- #endif
-
-